projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7dc77f
)
(rmail-summary-goto-msg): Highlight the whole line except first char.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 4 Apr 1994 05:45:54 +0000
(
05:45
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 4 Apr 1994 05:45:54 +0000
(
05:45
+0000)
lisp/mail/rmailsum.el
patch
|
blob
|
history
diff --git
a/lisp/mail/rmailsum.el
b/lisp/mail/rmailsum.el
index d15d4a2bf2213e8ab105f1afc32a5e9209cb2d6a..69c31922d2760ef9ebc721ca5ca76f0ec3974c80 100644
(file)
--- a/
lisp/mail/rmailsum.el
+++ b/
lisp/mail/rmailsum.el
@@
-770,9
+770,11
@@
Commands for sorting the summary:
;; Otherwise, don't highlight anything.
(if message-not-found
(overlay-put rmail-summary-overlay 'face nil)
+ (move-overlay rmail-summary-overlay
+ (save-excursion (beginning-of-line) (1+ (point))))
(move-overlay rmail-summary-overlay
(save-excursion (beginning-of-line) (1+ (point)))
- (
point
))
+ (
save-excursion (end-of-line) (point)
))
(overlay-put rmail-summary-overlay 'face 'highlight))
(beginning-of-line)
(if skip-rmail